error:
Exception in thread "Animation Thread" java.lang.OutOfMemoryError: Java heap space解决方法:
run-->edit configurations --> vim options -Xmx1024m(或者更大)
备注:
-Xms<size> - Set initial Java heap size
-Xmx<size> - Set maximum Java heap size
error:
Exception in thread "Animation Thread" java.lang.OutOfMemoryError: Java heap space
解决方法:run-->edit configurations --> vim options -Xmx1024m(或者更大)
备注:
-Xms<size> - Set initial Java heap size
-Xmx<size> - Set maximum Java heap size
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。